func runtime.traceAppend
8 uses
runtime (current package)
trace.go#L436: data = traceAppend(data, uint64(freq))
trace.go#L740: func traceAppend(buf []byte, v uint64) []byte {
trace.go#L871: tmpbuf = traceAppend(tmpbuf, uint64(stk.id))
trace.go#L873: tmpbuf = traceAppend(tmpbuf, uint64(len(frames)))
trace.go#L877: tmpbuf = traceAppend(tmpbuf, uint64(f.PC))
trace.go#L878: tmpbuf = traceAppend(tmpbuf, uint64(frame.funcID))
trace.go#L879: tmpbuf = traceAppend(tmpbuf, uint64(frame.fileID))
trace.go#L880: tmpbuf = traceAppend(tmpbuf, uint64(frame.line))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)